Logo
Explore Help
Sign In
studio/cunningham
2
0
Fork 0
You've already forked cunningham
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b84af99c36717b2c4c8de54a906b3968c667c586
cunningham/packages/react/src/index.ts

6 lines
141 B
TypeScript
Raw Normal View History

✨(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 Pagination component In order to create a DataGrid we first need a fully working pagination component. It comes with multiples working examples in the documentation.
2023-02-20 16:27:37 +01:00
export * from "./components/Pagination";
🌐(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
Powered by Gitea Version: 1.25.4 Page: 33ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API