-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug: bars in dashbord sometimes clipped away
improved: dashboard example
- Loading branch information
1 parent
6942e5e
commit e8784a0
Showing
49 changed files
with
2,630 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
import { Button } from "@/button.js"; | ||
import { Calendar } from "@react-three/uikit-lucide"; | ||
import { Text } from "@react-three/uikit"; | ||
import { Button } from '@/button.js' | ||
import { Calendar } from '@react-three/uikit-lucide' | ||
import { Text } from '@react-three/uikit' | ||
|
||
export function CalendarDateRangePicker() { | ||
return ( | ||
<Button variant="outline" width={260} justifyContent="flex-start"> | ||
<Calendar marginRight={8} width={16} height={16} /> | ||
<Text fontWeight="normal">Jan 20, 2023 - Feb 09, 2023</Text> | ||
</Button> | ||
); | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.