2.2.1 • Published 3 years ago

@walltowall/siamese v2.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Siamese

Collection of React components providing a library-agnostic base for Wall-to-Wall Gatsby websites.

Status

npm version

Install

npm install --save @walltowall/siamese

How to use

import { AspectRatio } from '@walltowall/siamese'
import '@walltowall/siamese/styles.css'

Note: If you using a version of Node.js or an environment that does not support package.json's exports declarations, import styles using the following path:

import '@walltowall/siamese/dist/siamese.css'

All components are documented via TSDoc.

View the source files using the links below to read each component's documentation.

Components