@walltowall/siamese

Collection of React components providing an opinionated base for Wall-to-Wall Gatsby websites.

Usage no npm install needed!

<script type="module">
  import walltowallSiamese from 'https://cdn.skypack.dev/@walltowall/siamese';
</script>

README

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