Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
apprat committed Dec 29, 2024
1 parent e54e6de commit fa04f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ import * as sober from 'sober'
Dynamic creation of components

```js
const button2 = document.createElement('s-button')
const button = document.createElement('s-button')

button.textContent = 'hello'
button.theme = 'outlined'
button.type = 'outlined'
document.body.appendChild(button)
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sober",
"version": "0.8.4",
"version": "0.1.0",
"description": "Sober is a library of UI components designed with reference to Material You.",
"type": "module",
"scripts": {
Expand Down

1 comment on commit fa04f4c

@lingbopro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yee

Please sign in to comment.