0.2.7 • Published 6 years ago

chinesekit v0.2.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Happystack Kit

Version license

Kit is a React component library created by Happystack to help streamline your development. Visit the playground to learn more.

🔧 Installation:

You'll need npm to install Kit npm:

npm install @happystack/kit --save

🕹 Usage

Import the component you want from Kit:

import { Text } from '@happystack/kit';

You can now use this component inside your React application:

<Text>Happystack is awesome!</Text>

📄 Licenses

💡 Feedback

Create an issue or feature request.