altea
TypeScript icon, indicating that this package has built-in type declarations

2.3.21 • Public • Published

NOTE As this is a work in progress fork, we are in the works of changing the name of the library to altea to avoid confusion with the original altea package. This is a community project and is not associated with Vercel.

Codecov CircleCI npm (scoped)

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

NOTE: This is a COMMUNITY PROJECT, not associated with Vercel.


Quick Start

  1. run yarn add altea or npm i altea install it.

  2. import into project:

import { GeistProvider, CssBaseline } from 'altea'

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

Documentation

Development

Showcases

LICENSE

MIT

/altea/

    Package Sidebar

    Install

    npm i altea

    Weekly Downloads

    18

    Version

    2.3.21

    License

    MIT

    Unpacked Size

    4.7 MB

    Total Files

    957

    Last publish

    Collaborators

    • azsoftware