1.1.1 • Published 1 year ago

@kaykyramos/vercel-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Modern and minimalist React UI library, originating from Vercel's design.

Quick Start

  1. run yarn add @kaykyramos/vercel-ui or npm i @kaykyramos/vercel-ui install it.

  2. import into project:

import { GeistProvider, CssBaseline } from '@kaykyramos/vercel-ui'

const Application = () => (
	<GeistProvider>
		<CssBaseline /> // ---> Normalize styles
		<AppComponent /> // ---> Your App Component
	</GeistProvider>
)
1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago