1.0.0 • Published 5 months ago

postshape v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 months ago

Getting Started

Install with your favourite package manager
yarn add preshape
Import and start using
import React from 'react';
import { render } from 'react-dom';
import { Flex, Text } from 'preshape';

const rootElement = document.getElementById('Root');

if (rootElement) {
  render((
    <Flex alignChildren="middle" direction="vertical" grow>
      <Flex>
        <Icon name="Preshape" margin="x2" size="24px" />
        <Text margin="x2" strong>Ready!</Text>
      </Flex>
    </Flex>
  ), rootElement);
}

Documentation

Description of the design system and component documentation can be found on the Preshape site.

Technology

Setup

Prerequisites

• Node - Either use nvm use or checkout the tested version inside the .nvmrc file.

Setup

Clone the repository

git clone git@github.com:HHogg/circles.git

Install the dependencies with your favourite package manager

yarn install
Running

Spin up the Parcel development server

yarn start
Building the static site

Build the static files using Parcel

yarn build:site
Building the library

Build the static files using Parcel

yarn build:lib

Contribution

Preshape uses a strict commit message structure that follows the Conventional Commits spec. This is used to automate publishing the package to NPM and generating the changelog with Semantic Release.

1.0.0

5 months ago

16.1.2

5 months ago

13.2.6

1 year ago

13.2.7

1 year ago

13.2.5

1 year ago

13.2.4

2 years ago

13.1.0

2 years ago

12.0.2

2 years ago

11.8.2

2 years ago

11.8.0

2 years ago

13.2.0

2 years ago

13.0.0

2 years ago

11.5.9

2 years ago

11.5.8

2 years ago

11.6.2

2 years ago

11.3.20

2 years ago

11.3.22

2 years ago

11.3.21

2 years ago

11.3.24

2 years ago

11.3.23

2 years ago

11.3.26

2 years ago

11.3.25

2 years ago

11.3.28

2 years ago

11.3.27

2 years ago

11.3.19

2 years ago

11.3.18

2 years ago

11.5.7

2 years ago

11.4.2

2 years ago

11.3.3

2 years ago

11.5.2

2 years ago

11.4.3

2 years ago

11.3.4

2 years ago

11.3.1

2 years ago

11.4.1

2 years ago

11.3.2

2 years ago

11.5.5

2 years ago

11.3.7

2 years ago

11.5.6

2 years ago

11.5.3

2 years ago

11.3.5

2 years ago

11.5.4

2 years ago

11.3.6

2 years ago

11.3.11

2 years ago

11.3.10

2 years ago

11.3.13

2 years ago

11.3.12

2 years ago

11.3.15

2 years ago

11.3.14

2 years ago

11.3.17

2 years ago

11.3.16

2 years ago

5.0.6

4 years ago

5.0.5

4 years ago

5.0.4

4 years ago

5.0.3

4 years ago

5.0.2

4 years ago

5.0.8

4 years ago

5.0.7

4 years ago

5.0.1

4 years ago