1.0.0-alpha09 • Published 3 years ago

tortie v1.0.0-alpha09

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

Build Status License npm Version npm Downloads npm Bundle Size

To use

  • Install using npm or yarn
  • Wrap your app in the TortieThemeProvider
import { TortieThemeProvider } from 'tortie';

return (
  <TortieThemeProvider>
    <App />
  </TortieThemeProvider>
);

You can also optionally pass in your own theme

import { TortieThemeProvider } from 'tortie';

return (
  <TortieThemeProvider theme={customTheme}>
    <App />
  </TortieThemeProvider>
);

OSS

https://github.com/Omnibus-Type/Asap

https://github.com/adobe-fonts/source-code-pro

1.0.0-alpha09

3 years ago

1.0.0-alpha08.2

3 years ago

1.0.0-alpha08.1

4 years ago

1.0.0-alpha08

4 years ago

1.0.0-alpha07

4 years ago

1.0.0-alpha06

4 years ago

1.0.0-alpha05

4 years ago

1.0.0-alpha04

4 years ago

1.0.0-alpha03

4 years ago

1.0.0-alpha02

4 years ago

1.0.0-alpha01

4 years ago