@abimato/components

import Logo from '@abimato/components/Logo'

Usage no npm install needed!

<script type="module">
  import abimatoComponents from 'https://cdn.skypack.dev/@abimato/components';
</script>

README

components

Usage

Logo

import Logo from '@abimato/components/Logo'

const App = props => {
  return (
    <Logo
      type="swipe"
      size={32}
      fill="#a00"
    />
  )
}