This package has been deprecated

Author message:

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

@fdmg/fd-panels
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Build Status Coverage Status npm version Greenkeeper badge

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>

Package Sidebar

Install

npm i @fdmg/fd-panels

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

6.77 kB

Total Files

4

Last publish

Collaborators

  • dirk-straat
  • willem_liu
  • sapulidi