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
d618a1805e067d320c2e88618a8ffd835eb7054a
cunningham/apps/demo/src/main.tsx

11 lines
255 B
TypeScript
Raw Normal View History

✨(demo) add app demo This demo is useful to test in the real usage of the design system as a real user that will generate its own customized design tokens, implements the design system's components, etc ...
2022-12-01 12:05:50 +01:00
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.scss";
✨(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
import { App } from "./App";
✨(demo) add app demo This demo is useful to test in the real usage of the design system as a real user that will generate its own customized design tokens, implements the design system's components, etc ...
2022-12-01 12:05:50 +01:00
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
✨(demo) upgrade demo app Add the locale switching feature.
2023-03-06 16:32:02 +01:00
<App />
✨(demo) add app demo This demo is useful to test in the real usage of the design system as a real user that will generate its own customized design tokens, implements the design system's components, etc ...
2022-12-01 12:05:50 +01:00
</React.StrictMode>
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 56ms Template: 3ms
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