mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
Merge pull request #9550 from rgbkrk/add-nteract-to-registry
feat(registry): added new nteract registry
This commit is contained in:
@@ -311,6 +311,12 @@
|
||||
"url": "https://chanhdai.com/r/{name}.json",
|
||||
"description": "A collection of reusable components."
|
||||
},
|
||||
{
|
||||
"name": "@nteract",
|
||||
"homepage": "https://nteract-elements.vercel.app/",
|
||||
"url": "https://nteract-elements.vercel.app/r/{name}.json",
|
||||
"description": "Components for interactive computing notebooks."
|
||||
},
|
||||
{
|
||||
"name": "@nuqs",
|
||||
"homepage": "https://nuqs.dev/registry",
|
||||
|
||||
@@ -363,6 +363,13 @@
|
||||
"description": "A collection of reusable components.",
|
||||
"logo": "<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 640 640'><path fill='var(--foreground)' d='M0 0h640v640H0z'/><path fill='var(--background)' d='M256 448H128v-64h128v64ZM512 256H384v128h128v64H320V192h192v64ZM128 384H64V256h64v128ZM576 384h-64V256h64v128ZM256 256H128v-64h128v64Z'/></svg>"
|
||||
},
|
||||
{
|
||||
"name": "@nteract",
|
||||
"homepage": "https://nteract-elements.vercel.app/",
|
||||
"url": "https://nteract-elements.vercel.app/r/{name}.json",
|
||||
"description": "Components for interactive computing notebooks.",
|
||||
"logo": "<svg xmlns='http://www.w3.org/2000/svg' width='256' height='256' fill='none' viewBox='0 0 256 256'><path fill='#000' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='m191.321 207-63.775-36.91V49.272l63.775 36.919z'/><path fill='#fff' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='M127.546 49.272 63.779 86.191V207l63.767-36.91z'/><path fill='#fff' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='M127.546 9 29 66.05l17.394 10.07 81.152-46.988 81.161 46.989v120.817l17.394-10.07V66.051z'/><path fill='#000' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='M46.394 76.12 29 66.05v120.818l17.394 10.07zM46.394 76.12v120.818L63.78 207V86.19z'/><path fill='#fff' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='m46.394 76.12 81.152-46.988 81.161 46.989v120.817L191.321 207V86.19l-63.775-36.918L63.78 86.191z'/><path fill='#fff' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='m127.554 76.113 40.572 23.494v46.988l-40.58 23.495-40.572-23.495V99.607z'/><path fill='#000' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='m127.546 170.09.008-46.989-40.58-23.494v46.988z'/><path fill='#fff' stroke='#000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.62' d='m127.554 123.101 40.572-23.494v46.988l-40.58 23.495z'/></svg>"
|
||||
},
|
||||
{
|
||||
"name": "@nuqs",
|
||||
"homepage": "https://nuqs.dev/registry",
|
||||
|
||||
Reference in New Issue
Block a user