1.0.19 • Published 3 years ago

styple-ui v1.0.19

Weekly downloads
58
License
MIT
Repository
github
Last release
3 years ago

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!

Made by Mikkel Bengtsen

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago