1.4.0 • Published 8 months ago
@czb-ui/core v1.4.0
czb-ui
High level components for CZ Biohub. Based on CZI's Science Design System and Material UI v5.
Installation
npm install @czb-ui/core czifui @emotion/css @emotion/react @emotion/styled @mui/base @mui/material @mui/icons-material @mui/lab
Additionally, install the needed fonts:
npm install @fontsource/barlow @fontsource/hanken-grotesk @fontsource/stix-two-text @fontsource/lato
Usage
Wrap the ThemeProvider
in your main app.js
file and import the fonts at their specific weights.
import { ThemeProvider } from "@czb-ui/core";
import "@fontsource/hanken-grotesk/400.css";
import "@fontsource/hanken-grotesk/700.css";
import "@fontsource/stix-two-text/600.css";
import "@fontsource/lato/700.css";
import "@fontsource/barlow/600.css";
import "@fontsource/barlow/400.css";
function MyApp({ Component, pageProps }) {
return (
<ThemeProvider>
<Component {...pageProps} />
</ThemeProvider>
);
}
2.0.0-next.19
8 months ago
2.0.0-next.17
8 months ago
2.0.0-next.18
8 months ago
2.0.0-next.15
9 months ago
2.0.0-next.16
8 months ago
2.0.0-next.14
9 months ago
2.0.0-next.13
9 months ago
2.0.0-next.11
9 months ago
2.0.0-next.12
9 months ago
1.4.0
9 months ago
2.0.0-next.10
10 months ago
2.0.0-next.8
10 months ago
2.0.0-next.7
10 months ago
2.0.0-next.4
12 months ago
2.0.0-next.5
12 months ago
2.0.0-next.2
12 months ago
2.0.0-next.3
12 months ago
2.0.0-next.0
12 months ago
2.0.0-next.1
12 months ago
1.3.1
1 year ago
1.3.0
1 year ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
1.0.0
2 years ago
1.0.0-alpha.6
2 years ago
1.0.0-alpha.5
2 years ago
1.0.0-alpha.4
2 years ago
1.0.0-alpha.3
2 years ago
1.0.0-alpha.2
2 years ago
1.0.0-alpha.1
2 years ago
1.0.0-alpha.0
2 years ago
0.4.0-beta.4
2 years ago
0.4.0-beta.3
2 years ago
0.3.1-beta.1
3 years ago
0.4.0-beta.2
3 years ago
0.3.1-beta.0
3 years ago
0.3.0
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.2
3 years ago