Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
okorie2 committed Sep 3, 2024
1 parent ee862ab commit 6d3b6d1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,16 @@ To use the components from the Zimmerman Design System in your project, first im
import { Button } from "zimmerman-design-system";

function App() {
return <Button variant="primary">Click Me!</Button>;
return (
<Button
filled
label="my button"
radius="rounded"
backgroundColor="pink"
color="black"
size="small"
/>
);
}
```

Expand Down

0 comments on commit 6d3b6d1

Please sign in to comment.