Work in progress
Tachyons and React are two libraries that make UI design and development productive and efficient. This project will document (with code examples) how to integrate and use Tachyons in a React project.
- Getting Started
- Components
- Functional and composable
- Managing classes based on
props
orstate
- Modules
- Customizing Tachyons modules
- Importing subsets of Tachyons modules
- Configuration
- Ejecting from
create-react-app
and customizing the webpack config
- Ejecting from