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
2d80722a1808a8f70b39b3e39104f5afce2a3f3e
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: 60ms Template: 5ms
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