0.5.8 • Published 5 years ago
@bestyled/contrib-use-fetch v0.5.8
@bestyled mono repository
This repository contains the core implementation of the BeStyled Design System, including@bestyled/primitives
, bestyled-system
, bestyled-layout
, and bestyled-router
.
It provides an abstraction for layered design systems to work cross the react-dom, react-native, etc.
Usage
Add @bestyled/primitives
to Dependencies in your package.json
file.
Then, in your application file:
const { DefaultTextStyle } from '@bestyled/primitives'
render()
<ThemeProvider theme={theme}>
<DefaultTextStyle fontSize={18}>Font Size 18</DefaultTextStyle>
</ThemeProvider>
Installation
lerna bootstrap