Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

FDMediagroep/fd-ts-react-panels

Repository files navigation

DEPRECATED ❗ : Superseded by @fdmg/design-system. See: https://github.com/FDMediagroep/fd-design-system

Build Status Coverage Status npm version

fd-panels

FD-themed panels

Installation

  • Run npm i -D @fdmg/fd-panels

Demo

To run the demo, check-out this repository and run npm run build-demo. After the build succeeded you can open dist/demo.html with your webbrowser.

Props

export interface Props {
    /**
     * Optional set a box-shadow. This effect replaces the default 1 pixel border.
     */
    boxShadow?: boolean;
}

Usage

import Panel from '@fdmg/fd-panels';
...
<Panel boxShadow={true}>
    <h2>Volg dit nieuwsverhaal</h2>
    <p>Ontvang een update wanneer we een vervolgartikel plaatsen.</p>
</Panel>

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •