0.0.13 • Published 12 months ago

care-scribe-alpha-plug v0.0.13

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

Care Scribe

Care Scribe is an alpha plugin for React Plugs for Care. This package provides two React components: NavItem and Scribe.

Installation

To install Care Scribe, run:

npm install @yourusername/care-scribe

Usage

Import and use the components in your React application:

import React from 'react';
import { NavItem, Scribe } from '@yourusername/care-scribe';

const App: React.FC = () => {
  return (
    <div>
      <NavItem label="Home" href="/" />
      <Scribe text="This is a scribe component" />
    </div>
  );
};

export default App;

Components

NavItem

A navigation item component.

Props:

  • label: The text to display.
  • href: The URL to link to.

Scribe

A component to display text in a styled container.

Props:

  • text: The text to display.

License

MIT License. See LICENSE file for details.

0.0.11

12 months ago

0.0.12

12 months ago

0.0.13

12 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago