All Projects → jxnblk → Tachyons Components

jxnblk / Tachyons Components

Licence: mit
React UI components powered by Tachyons with a styled-components like API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tachyons Components

Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
Stars: ✭ 339 (-17.11%)
Mutual labels:  components
Pixo
Convert SVG icons into React components
Stars: ✭ 371 (-9.29%)
Mutual labels:  components
Mosaic
🎨 A front-end JavaScript library for building user interfaces!
Stars: ✭ 390 (-4.65%)
Mutual labels:  components
Malvid
UI to help you build and document web components.
Stars: ✭ 347 (-15.16%)
Mutual labels:  components
Kendo Angular
Issue tracker - Kendo UI for Angular
Stars: ✭ 352 (-13.94%)
Mutual labels:  components
React Uploady
Modern file uploading - components & hooks for React
Stars: ✭ 372 (-9.05%)
Mutual labels:  components
Vonic
Mobile UI Components, based on Vue.js and ionic CSS. https://wangdahoo.github.io/vonic-documents
Stars: ✭ 3,422 (+736.67%)
Mutual labels:  components
React Tunnels
🚇 Render React components in placeholders that are placed somewhere else in the component tree.
Stars: ✭ 398 (-2.69%)
Mutual labels:  components
Flynt
Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
Stars: ✭ 363 (-11.25%)
Mutual labels:  components
Mam mol
$mol - fastest reactive micro-modular compact flexible lazy ui web framework.
Stars: ✭ 385 (-5.87%)
Mutual labels:  components
Lab
React UI component design tool
Stars: ✭ 349 (-14.67%)
Mutual labels:  components
Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (-15.16%)
Mutual labels:  components
Windmill React Ui
🧩 The component library for fast and accessible development of gorgeous interfaces.
Stars: ✭ 373 (-8.8%)
Mutual labels:  components
Vue Goodshare
🍿 Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks. Powered by goodshare.js project.
Stars: ✭ 345 (-15.65%)
Mutual labels:  components
Shards Vue
🌟Shards Vue is a free, beautiful and modern Vue.js UI kit based on Shards.
Stars: ✭ 390 (-4.65%)
Mutual labels:  components
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (-17.36%)
Mutual labels:  components
Alva
Create living prototypes with code components.
Stars: ✭ 3,734 (+812.96%)
Mutual labels:  components
Cuke Ui
🥒 黄瓜ui:一个即插即用的React UI 库
Stars: ✭ 402 (-1.71%)
Mutual labels:  components
Story2sketch
Convert Storybook into Sketch symbols 💎
Stars: ✭ 391 (-4.4%)
Mutual labels:  components
Chaizi
漢語拆字字典
Stars: ✭ 384 (-6.11%)
Mutual labels:  components

tachyons-components

Build Status Coverage Experimental

React UI components powered by Tachyons with a styled-components like API.

npm install tachyons-components
import styled from 'tachyons-components'

const Button = styled('button')`
  f6 f5-ns fw6 dib ba
  b--black-20 bg-blue white
  ph3 ph4-ns pv2 pv3-ns br2
  grow no-underline
`
<Button mr2>
  Hello
</Button>

Functional styles

const Heading = styled('h2')`
  m0
  ${props => props.big ? 'f1' : 'f2'}
`

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].