1.0.3 • Published 2 years ago
tuix-design v1.0.3
🚀 Quick start
Install tuix-design with your favorite package manager
# install tuix-design npm install tuix-design
# install tuix-design yarn add tuix-design
Now you are ready to go
import {Button} from "tuix-design" const Home = ()=>{ return ( <Flex justify="center" gap={5} col> <Box height={100} bg="red"></Box> <Box height={100} bg="blue"></Box> <Box height={100} bg="red"></Box> </Flex> ); }
learn more