Gathering detailed insights and metrics for @britannica/ui
Gathering detailed insights and metrics for @britannica/ui
Gathering detailed insights and metrics for @britannica/ui
Gathering detailed insights and metrics for @britannica/ui
npm install @britannica/ui
Typescript
Module System
Node Version
NPM Version
68.4
Supply Chain
81.9
Quality
96.5
Maintenance
100
Vulnerability
99.6
License
Total Downloads
74,125
Last Day
10
Last Week
143
Last Month
907
Last Year
14,028
Minified
Minified + Gzipped
Latest Version
1.21.0
Package Id
@britannica/ui@1.21.0
Unpacked Size
636.82 kB
Size
121.37 kB
File Count
213
NPM Version
10.8.2
Node Version
20.19.1
Published on
May 05, 2025
Cumulative downloads
Total Downloads
Last Day
-54.5%
10
Compared to previous day
Last Week
-2.7%
143
Compared to previous week
Last Month
-48.6%
907
Compared to previous month
Last Year
-27.9%
14,028
Compared to previous year
2
3
65
1
Consumer style system and React component library
Storybook: https://britannica.github.io/consumer-ui
npm install @britannica/ui
Via JavaScript:
1// Your app's main application file. e.g. index.js or App.js 2import '@britannica/ui/dist/britannica-ui.css';
Via CSS:
1@import '~@britannica/ui/dist/britannica-ui.css';
Via HTML:
1<!-- You can specify a specific version --> 2<link href="https://unpkg.com/@britannica/ui@0.2.5/dist/britannica-ui.css" rel="stylesheet" /> 3 4<!-- Or if you always want the latest --> 5<link href="https://unpkg.com/@britannica/ui@latest/dist/britannica-ui.css" rel="stylesheet" />
Note: More documentation is on the way, but for now we recommend looking at a couple different places for relevant style information:
1import { Button } from '@britannica/ui'; 2 3const MyComponent = () => <Button label="Enable Bat-Signal">Enable Bat-Signal</Button>;
Note: More documentation is on the way, but for now we recommend looking at the propTypes
within each of the components to see which components exist as well as which props they accept.
testing
No vulnerabilities found.
No security vulnerabilities found.