0.3.3 • Published 4 years ago
@mana-ui/ui v0.3.3
ui
One more react UI components library
Get Started
Install
pnpm add @mana-ui/ui @mana-ui/material react-jss
or
yarn add @mana-ui/ui @mana-ui/material react-jss
or
npm install @mana-ui/ui @mana-ui/material react-jss
Configure Design System
import {SystemProvider, Button} from '@mana-ui/ui'
import * as md from '@mana-ui/material'
const App = () => (
<SystemProvider system={md}>
<Button>button of material design</Button>
</SystemProider>
)
Configure CSS order
The order of CSS rules may affect application apperance, you can set CSS insertion point by placing a comment node.
Mana UI uses 'mana-insertion-point' as the insertion potin opinionatedly.
<head>
<!-- mana-insertion-point -->
<link href="...">
</head>
To make sure the insertion point works, we should keep using the same JSS instance from JSS context, so we take react-jss as peer dependency, which will be resolved from the same location across all Mana UI packages.
0.3.2
4 years ago
0.3.3
4 years ago
0.3.0
4 years ago
0.2.9
4 years ago
0.3.1
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.4
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago