0.2.0 • Published 5 years ago

@govuk-frederic/distraction-free v0.2.0

Weekly downloads
6
License
MIT
Repository
-
Last release
5 years ago

DistractionFree

Import

  import DistractionFree from '@govuk-frederic/distraction-free';

Usage

Simple

<DistractionFree onClick={(e) => {}}>
   content goes here
</DistractionFree>

With title

<DistractionFree arrowLeftTitle="Back to example" onClick={(e) => {}}>
   content goes here
</DistractionFree>

Properties

PropRequiredDefaultTypeDescription
arrowLeftTitle | string
children | node
onClick | func