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 1a203d6 commit e002e0bCopy full SHA for e002e0b
2 files changed
apps/vite/src/App.tsx
@@ -1,8 +1,6 @@
1
import { Box, Text } from '@devup-ui/react'
2
import { Lib } from 'vite-lib-example'
3
4
-import { Button } from './Button'
5
-
6
export default function App() {
7
return (
8
<div>
@@ -20,9 +18,6 @@ export default function App() {
20
18
<Text color="#777"></Text>
21
19
22
<Text typography="header">typo</Text>
23
- <Button size="s" variant="primary">
24
- hello
25
- </Button>
26
</div>
27
)
28
}
apps/vite/src/Button.tsx
0 commit comments