0.5.8 • Published 5 years ago

@bestyled/contrib-use-fetch v0.5.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

@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
0.5.8

5 years ago

0.5.7

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.2

6 years ago