Skip to content

Commit

Permalink
Chips: new component, dark mode, docs, TE classes (#1286)
Browse files Browse the repository at this point in the history
* (chips): new component, dark mode, docs, TE classes

* (chips): spacing to improve readability

* (chips): API tab, border fix

* Remove ignored files

---------

Co-authored-by: Mikolaj Smolenski <[email protected]>
  • Loading branch information
r-jacko and smolenski-mikolaj authored Feb 6, 2023
1 parent 126fe56 commit af016eb
Show file tree
Hide file tree
Showing 13 changed files with 2,268 additions and 428 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3 class="mb-5">Your sites:</h3>
>Carousel</a
>
<a
href="sites/bs/chips.html"
href="sites/mdb/chips.html"
class="mb-1 mr-1 inline-block rounded bg-blue-600 px-6 py-2.5 text-xs font-medium uppercase leading-tight text-white shadow-md transition duration-150 ease-in-out hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg"
>Chips</a
>
Expand Down
4 changes: 2 additions & 2 deletions demo/paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"pathToFile": "../demo/sites/bs/carousel.html"
},
{
"fileName": "sites/bs/chips.html",
"pathToFile": "../demo/sites/bs/chips.html"
"fileName": "sites/mdb/chips.html",
"pathToFile": "../demo/sites/mdb/chips.html"
},
{
"fileName": "sites/bs/dropdown.html",
Expand Down
172 changes: 0 additions & 172 deletions demo/sites/bs/chips.html

This file was deleted.

Loading

0 comments on commit af016eb

Please sign in to comment.