Skip to content

Commit

Permalink
feat: convert into new LLM UI project
Browse files Browse the repository at this point in the history
* feat: add chat ui components
* docs: add chat docs
* refactor: removed unused stuff from shadcn/ui
  • Loading branch information
marcusschiesser committed Nov 9, 2023
1 parent c691779 commit d78b917
Show file tree
Hide file tree
Showing 382 changed files with 2,318 additions and 24,400 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-badgers-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-pants-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-worms-fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rules": {
"@next/next/no-html-link-for-pages": "off",
"tailwindcss/no-custom-classname": "off",
"tailwindcss/classnames-order": "error"
"tailwindcss/classnames-order": "off"
},
"settings": {
"tailwindcss": {
Expand Down
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ packages
### Start by cloning the repository:

```
git clone [email protected]:shadcn-ui/ui.git
git clone [email protected]:marcusschiesser/ui.git
```

### Install dependencies
Expand Down Expand Up @@ -134,13 +134,10 @@ the following categories:

e.g. `feat(components): add new prop to the avatar component`


If you are interested in the detailed specification you can visit
https://www.conventionalcommits.org/ or check out the
[Angular Commit Message Guidelines](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines).



## Requests for new components

If you have a request for a new component, please open a discussion on GitHub. We'll be happy to help you out.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 shadcn
Copyright (c) 2023 Marcus Schiesser

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit d78b917

Please sign in to comment.