-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update logo and README.md, remove the old logo
- Loading branch information
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,22 +1,27 @@ | ||
# @glare-labs/ui | ||
# @glare-labs/vue-mdc | ||
|
||
`@glare-labs/ui` provides easy-to-use simple Vue components, provides complete type support, and is based on Vue3 and TypeScript. | ||
 | ||
|
||
`@glare-labs/vue-mdc` provides easy-to-use simple Vue components, provides complete type support, and is based on Vue3 and TypeScript. | ||
|
||
With the help of the third-party library [`@material/material-color-utilities`](https://github.com/material-foundation/material-color-utilities), you can easily create a color scheme that conforms to the rules, and each component Following the design principles of [`Material Design 3`](https://m3.material.io/), this project tries its best to ensure that every component conforms to the [Specification](https://www.w3.org/TR/wai-aria-1.2/#abstract). | ||
|
||
Our wiki is now live on [GitHub wiki](https://github.com/glare-labs/ui/wiki). | ||
In an exciting moment, we uploaded [Vue MDC](https://anti-mage.web.app) as our project official website. _Official website is subject to Firebase plan and rate restrictions._ | ||
|
||
## :zap: Highlights | ||
|
||
In an exciting moment, we uploaded [@glare-labs/ui](https://anti-mage.web.app) as our project official website. _Official website is subject to Firebase plan and rate restrictions._ | ||
+ Dynamic Theme Supported | ||
+ Vue 3 | ||
+ TypeScript Supported | ||
|
||
## :eyes: Install | ||
|
||
``` | ||
npm i @glare-labs/ui | ||
Currently in **PRE RELEASE**. | ||
|
||
```bash | ||
npm i @glare-labs/vue-mdc | ||
``` | ||
|
||
## :zap: Highlights | ||
## :ledger: Documents | ||
|
||
+ Dynamic Theme | ||
+ Dark mode & Light mode | ||
+ Vue 3 | ||
+ TypeScript Supported | ||
Documentation is available at [Github Wiki](https://github.com/glare-labs/ui/wiki), or visit [Vue MDC Website](https://vue-mdc.web.app) |