Gathering detailed insights and metrics for @instabuy/react-ui
Gathering detailed insights and metrics for @instabuy/react-ui
npm install @instabuy/react-ui
Typescript
Module System
Node Version
NPM Version
71.7
Supply Chain
69.8
Quality
86.8
Maintenance
50
Vulnerability
98.9
License
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
14,013
Last Day
1
Last Week
9
Last Month
218
Last Year
5,198
Latest Version
2.9.1
Package Id
@instabuy/react-ui@2.9.1
Unpacked Size
836.39 kB
Size
201.62 kB
File Count
150
NPM Version
10.7.0
Node Version
18.20.3
Published on
Jul 03, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
200%
9
Compared to previous week
Last Month
-26.6%
218
Compared to previous month
Last Year
-41%
5,198
Compared to previous year
2
28
Instabuy's React Component Library is a one-stop shop for building accessible and stylish web applications. Built on top of @ark-ui/react, this library provides a comprehensive set of reusable React components that prioritize accessibility, along with custom hooks and global CSS tokens. By resetting browser defaults and offering SVG components, this library aims to be the sole dependency needed for your next Instabuy project, ensuring consistency, accessibility, and a streamlined development workflow.
1npm install @instabuy/react-ui
1import { ThemeProvider, Button } from "@instabuy/react-ui"; 2 3function App() { 4 return ( 5 <ThemeProvider 6 theme={{ 7 colors: { 8 primary: { 9 main: "#43b02a", // The main color of your theme 10 on: "#FFFFFF", // The color of text and icons that appear on top of the primary color 11 }, 12 background: { 13 main: "#FFFFFF", // The color of the background of the page 14 on: "#1b1b1b", // The color of text and icons that appear on top of the background color 15 }, 16 surface: { 17 main: "#f9f9f9", // The color of surfaces like cards and modals 18 on: "#1b1b1b", // The color of text and icons that appear on top of the surface color 19 }, 20 }, 21 }} 22 > 23 {/* The components componets */} 24 <Button>Click me</Button> 25 </ThemeProvider> 26 ); 27}
You can access the documentation at Storybook
No vulnerabilities found.
No security vulnerabilities found.