Gathering detailed insights and metrics for @constante-beta/cb-matcha-ui
Gathering detailed insights and metrics for @constante-beta/cb-matcha-ui
npm install @constante-beta/cb-matcha-ui
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68.9
Supply Chain
83
Quality
78.3
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
60%
8
Compared to previous week
Last month
-21.7%
54
Compared to previous month
Last year
0%
607
Compared to previous year
24
55
CB Matcha UI is a React UI component library based on Tailwind CSS.
You can install CB Matcha UI via npm:
1npm install @constante-beta/cb-matcha-ui
Import components as needed in your React application:
1import { Button, Card, Avatar } from '@constante-beta/cb-matcha-ui'; 2 3function App() { 4 return ( 5 <div> 6 <Button variant="primary">Click me</Button> 7 <Card> 8 <Avatar src="..." alt="Avatar" /> 9 </Card> 10 </div> 11 ); 12} 13 14export default App;
Find more information and detailed documentation on GitHub.
This project is licensed under the ISC License.
We welcome contributions! Please refer to our Contribution Guidelines for details on how to get started.
If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.
See the Changelog for information on recent updates and releases.
For more information, visit the CB Matcha UI GitHub repository.
No vulnerabilities found.
No security vulnerabilities found.