1.0.3 • Published 2 years ago

tuix-design v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🚀 Quick start

  1. Install tuix-design with your favorite package manager

    # install tuix-design
    npm install tuix-design
    # install tuix-design
    yarn add tuix-design
  2. 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>
            );
        }
  3. learn more