We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ed7a6 commit 1da5d94Copy full SHA for 1da5d94
README.md
@@ -83,6 +83,9 @@ Follow the [Getting Started with HelixUI](https://helixdesignsystem.github.io/he
83
```
84
85
### Our Implementation
86
+```js
87
+ import { Disclosure, Div, Modal } from '@helix-design-system/helix-react';
88
+```
89
90
```jsx
91
<Disclosure
@@ -103,6 +106,7 @@ Follow the [Getting Started with HelixUI](https://helixdesignsystem.github.io/he
103
106
<Button variant="primary">Confirm</Button>
104
107
<Button>Cancel</Button>
105
108
</footer>
109
+</Modal>
110
111
112
## Guiding Principles
0 commit comments