@gdn/react-content-block
TypeScript icon, indicating that this package has built-in type declarations

0.1.92 • Public • Published

Guidion React ContentBlock Component

Install

$ npm install @gdn/react-content-block --save

Usage

import Card from '@gdn/react-content-block';

Dependencies

Material Icons https://material.io/icons/

Card properties

export interface ContentProps {
	title?: string;
	text?: string;
	classes?: string;
	columns?: boolean;
	button?: ContentLink;
}

export interface ContentLink {
	url: string;
	text: string;
	gatsbyLink?: boolean;
}

Example implementation

https://github.com/GuidionDev/library/tree/master/src/examples/react-example

/@gdn/react-content-block/

    Package Sidebar

    Install

    npm i @gdn/react-content-block

    Weekly Downloads

    0

    Version

    0.1.92

    License

    MIT

    Unpacked Size

    7.85 kB

    Total Files

    8

    Last publish

    Collaborators

    • usfarag
    • andreamarchioroguidion
    • eagleman
    • yigit-guidion
    • arisarsen
    • fonseppink
    • guidion-bot
    • victor.sheyanov