(components) add react repo

This repo only contains a Button which is here only for demonstration purpose.
Its purpose is to contain all the future react-based components of the
design system.
This commit is contained in:
Nathan Vasse
2022-12-01 12:05:08 +01:00
committed by NathanVss
parent 32a48e9e46
commit 75f2617726
13 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@import "@fontsource/roboto/300";
@import "@fontsource/roboto/400";
@import "@fontsource/roboto/700";
@import "@fontsource/roboto/900";
@import '@openfun/cunningham-tokens/default-tokens';
@import './components/Button';