forked from Github/frigate
feat(web): detect, clips, snapshots toggles
This commit is contained in:
committed by
Blake Blackshear
parent
e399790442
commit
b6ba6459fb
@@ -25,6 +25,7 @@ export default function StyleGuide() {
|
||||
<Button>Default</Button>
|
||||
<Button color="red">Danger</Button>
|
||||
<Button color="green">Save</Button>
|
||||
<Button color="gray">Gray</Button>
|
||||
<Button disabled>Disabled</Button>
|
||||
</div>
|
||||
<div className="flex space-x-4 mb-4">
|
||||
@@ -35,6 +36,9 @@ export default function StyleGuide() {
|
||||
<Button color="green" type="text">
|
||||
Save
|
||||
</Button>
|
||||
<Button color="gray" type="text">
|
||||
Gray
|
||||
</Button>
|
||||
<Button disabled type="text">
|
||||
Disabled
|
||||
</Button>
|
||||
@@ -47,6 +51,9 @@ export default function StyleGuide() {
|
||||
<Button color="green" type="outlined">
|
||||
Save
|
||||
</Button>
|
||||
<Button color="gray" type="outlined">
|
||||
Gray
|
||||
</Button>
|
||||
<Button disabled type="outlined">
|
||||
Disabled
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user