@constante-beta/cb-matcha-ui
v2.8.2
Published
React UI Component Library
Downloads
148
Readme
CB Matcha UI
CB Matcha UI is a React UI component library based on Tailwind CSS.
Installation
You can install CB Matcha UI via npm:
npm install @constante-beta/cb-matcha-ui
Usage
Import components as needed in your React application:
import { Button, Card, Avatar } from '@constante-beta/cb-matcha-ui';
function App() {
return (
<div>
<Button variant="primary">Click me</Button>
<Card>
<Avatar src="..." alt="Avatar" />
</Card>
</div>
);
}
export default App;
Documentation
Find more information and detailed documentation on GitHub.
License
This project is licensed under the ISC License.
Contributing
We welcome contributions! Please refer to our Contribution Guidelines for details on how to get started.
Issues
If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.
Changelog
See the Changelog for information on recent updates and releases.
For more information, visit the CB Matcha UI GitHub repository.