https://github.com/inseefrlab/lunatic-mui
Library of questionnaire components using Material UI
https://github.com/inseefrlab/lunatic-mui
Last synced: 3 months ago
JSON representation
Library of questionnaire components using Material UI
- Host: GitHub
- URL: https://github.com/inseefrlab/lunatic-mui
- Owner: InseeFrLab
- License: mit
- Created: 2022-08-24T10:59:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:34:47.000Z (over 1 year ago)
- Last Synced: 2025-03-09T21:16:36.454Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.94 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Install / Import
```bash
$ npm install --save lunatic-mui
``````typescript
import { myFunction, myObject } from "lunatic-mui";
```Specific imports:
```typescript
import { myFunction } from "lunatic-mui/myFunction";
import { myObject } from "lunatic-mui/myObject";
```