Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update React Docs to include correct usage instructions #1269

Open
justintemps opened this issue Dec 9, 2024 · 0 comments
Open

Update React Docs to include correct usage instructions #1269

justintemps opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@justintemps
Copy link
Member

justintemps commented Dec 9, 2024

The usage instructions for React right now are incorrect. They need to be updated to include the changes introduced in 0.18.0

See below from Changelog.

e631a89: Introduced a new export system, which allows you to import components, hooks and styles from the library in a more convenient way.

  • @ilo-org/react/styles is reserved for the exported styles
...
import "@ilo-org/react/styles/global.css";
import "@ilo-org/react/styles/index.css";
  • @ilo-org/react exports all components and hooks
import { Loading, Button, useGlobalSettings } from "@ilo-org/react";
@justintemps justintemps self-assigned this Dec 9, 2024
@justintemps justintemps changed the title Update React Docs to include correct installation and usage instructions Update React Docs to include correct usage instructions Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants