Skip to content

Commit

Permalink
bootstrap chip component
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 25, 2024
1 parent 951122a commit 7c6d58d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/normal-components/Chip.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { NormalComponent } from "lib/components/base-components/NormalComponent"
import { chipProps } from "@tscircuit/props"

export class Chip extends NormalComponent<typeof chipProps> {}

0 comments on commit 7c6d58d

Please sign in to comment.