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
8e078c87c2bef17825f762dafafe9b35bdbc64fc
cunningham/packages/react/src/index.ts

7 lines
178 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 Loader component The first use of this loader will be inside the DataGrid for its loading state. Its colors are based on the existing primary colors tokens.
2023-03-06 15:56:01 +01:00
export * from "./components/Loader";
✨(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: 54ms Template: 4ms
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