0.6.24 • Published 8 months ago

@glasshouse/components v0.6.24

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

GVSComponents

Storybook Chromatic Library

This package contains the core React components used by Glasshouse developers, most of the components are built from Mantine components and utilities.

Installation

To install the @glasshouse/components package, use your preferred package manager:

# If you use npm
npm install @glasshouse/components

# If you use pnpm
pnpm add @glasshouse/components

# If you use Yarn
yarn add @glasshouse/components

Usage

Setup with Next.js app router

Add styles import to the app/layout.tsx file:

// app/layout.tsx

import '@glasshouse/components/styles.css'
import '@glasshouse/components/tailwind.css'

const RootLayout = () => (
  <html lang="en">
    <body>
      {...}
    </body>
  </html>
);

export default RootLayout;

Import the components you need from the @glasshouse/components package:

import { Grid } from '@glasshouse/components';

const Component = () => (
  <div>
    <Grid>
      <Grid.Cell>I am a Grid Cell</Grid.Cell>
    </Grid>
  </div>
);

export default App;
0.6.23

8 months ago

0.6.24

8 months ago

0.6.21

9 months ago

0.6.20

9 months ago

0.6.22

9 months ago

0.6.18

9 months ago

0.6.17

9 months ago

0.6.16

9 months ago

0.6.15

9 months ago

0.6.14

9 months ago

0.6.10

9 months ago

0.6.12

9 months ago

0.6.11

9 months ago

0.6.9

9 months ago

0.6.8

9 months ago

0.6.7

9 months ago

0.6.6

10 months ago

0.6.2

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.5.0

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.3.16

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.15

10 months ago

0.3.14

10 months ago

0.3.13

10 months ago

0.3.12

10 months ago

0.3.11

10 months ago

0.3.10

10 months ago

0.3.9

10 months ago

0.3.8

10 months ago

0.3.7

10 months ago

0.3.6

10 months ago

0.3.5

10 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.11

11 months ago

0.2.10

11 months ago

0.2.9

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago