mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: finish Filters Modal Component
This commit is contained in:
parent
2a2343fed3
commit
0f1c61b765
5 changed files with 281 additions and 13 deletions
|
@ -45,7 +45,11 @@ export const DiscoverPage = () => {
|
|||
<span className="flex-shrink-0 inline-block w-8 h-8 mr-2 iconify mdi--collections-bookmark"></span>
|
||||
<span>Коллекции</span>
|
||||
</Button>
|
||||
<Button size="xl" color="green">
|
||||
<Button
|
||||
size="xl"
|
||||
color="green"
|
||||
onClick={() => setFiltersModalOpen(true)}
|
||||
>
|
||||
<span className="flex-shrink-0 inline-block w-8 h-8 mr-2 iconify mdi--mixer-settings"></span>
|
||||
<span>Фильтр</span>
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue