@control-fitness/component-layout-account-card

Component Layout Account Card.

Usage no npm install needed!

<script type="module">
  import controlFitnessComponentLayoutAccountCard from 'https://cdn.skypack.dev/@control-fitness/component-layout-account-card';
</script>

README

@control-fitness/component-layout-account-card

Component Layout Account Card.

Preview

Install

yarn add @control-fitness/component-layout-account-card

Example

import React from 'react';
import Layout from '@control-fitness/component-layout-account-card';

const App = () => (
  <Layout
    title="Example title"
    subTitle="Example sub-title"
  >
    Example content
  </Layout>
);

export default App;

Clone repository

$ git clone https://gitlab.com/control-fitness/component-layout-account-card.git

Install dependencies

$ yarn

Run docs

$ yarn start

Run dist

$ yarn dist

Run test

$ yarn test