This website requires JavaScript.
Explore
Help
Sign In
studio
/
cunningham
Watch
2
Star
0
Fork
0
You've already forked cunningham
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
90feb4ba4a1b58c2a9a80bdae3f25894d8743efc
cunningham
/
packages
/
react
/
src
/
index.ts
5 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
✨(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.
2022-12-01 12:05:08 +01:00
import
"./index.scss"
;
export
*
from
"./components/Button"
;
🌐(react) add i18n We need to be able to use localized texts for various components, like for accessible labels. We decided to setup a lightweight implementation of localizable to avoid relying on an existing heavy library. The Provider includes by default full translations for english, and it is also made to be able to load easily any custom locale directly from the Provider.
2023-02-20 16:26:30 +01:00
export
*
from
"./components/Provider"
;
Reference in New Issue
Copy Permalink