1.0.19 • Published 4 years ago
styple-ui v1.0.19
This is the core package including all the base components as well as the default theme and default GlobalStyles.
Getting started
Install library using npm:
npm i styple-ui styled-components styled-system @styled-system/theme-get @styled-system/should-forward-prop
Usage:
import { ThemeProvider } from 'styled-components';
import { defaultTheme, DefaultGlobalStyles } from 'styple-ui';
// Wrap ThemeProvider with a theme (using styple-ui default here) at the root of the site and optionally include styple-ui's default GlobalStyles or include your own
<ThemeProvider theme={defaultTheme}>
<DefaultGlobalStyles />
{children}
</ThemeProvider>;
Documentation will soon be available here.
Feel free to help me make this better by contributing!
1.0.19
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.2
5 years ago
1.0.3
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago