npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

shipwright-test

v0.2.1

Published

![Headway](./public/images/headway.png) # Shipwright Component Library

Downloads

46

Readme

Headway

Shipwright Component Library

Welcome to the Shipwright Component Library! This library provides a collection of reusable and customizable UI components that can easily integrate into your web projects. Whether you're building a website, or web application, our components are designed to save you time and effort by providing the base for a consistent and flexible user interface.

At Headway, we believe in the power of design systems and have developed this component library as part of our Shipwright design system. We hope that our library will allow you to create amazing digital experiences and help your project Make Waves!

Contents

Shipwright Resources for Designers

This component library is built as part of the Shipwright design system. Get the most out of this library by checking out these Shipwright resources:

What's Inside

Our component library is built using cutting-edge technologies, including Next.js, Material-UI, Typescript, and Storybook. We've also included the popular Feather Icons library to help you add beautiful icons to your web projects.

  • Next.js provides server-side rendering and static site generation, making it a great choice for building modern web applications.
  • TypeScript adds strong typing and static analysis to your code, providing a safer and more maintainable development experience.
  • Material-UI offers a set of ready-made, customizable components that follow Google's Material Design guidelines, making it easy to create a beautiful and cohesive user interface.
  • Storybook enables you to build, test, and showcase your components in isolation, making it easier to develop and debug your components.
  • Feather Icons is a collection of open-source icons that are designed to be lightweight and customizable.

Get Started

To get started with the Shipwright Component Library, simply clone the repository and run npm install from the root directory. From there, you can explore the library's components and customize them to fit your project's unique needs.

Navigation

Components

The components are located in the component directory and have been organized according to atomic design principles. You can find atom-level components in the components/atoms directory, molecule-level components in the components/molecules directory, and so on.

Stories

The stories for the components can be found in the stories directory. The subdirectories within the stories directory are organized following the atomic design principles. For example, you can find stories for the atom components in the stories/atoms directory, while the stories for the molecule components can be found in the stories/molecules directory, and so on.

Mui Theme

The Material-UI Theme is located in the styles/mui directory. Color values can be found in colors.json, shadow values in shadows.json, typography values in typography.json, and miscellaneous values in misc.json. These files are imported into muiTheme.js, which creates and exports the theme for use in components.

Storybook Configuration

The Storybook configuration files are located in the .storybook directory. These files provide essential configuration options for the Storybook instance, including addons, webpack settings, and more.

Explore with Storybook

Get to know our components even better with Storybook. To start a local Storybook instance, run npm run storybook from this project's root directory. Once it's up and running, you can view the component library at http://localhost:6006/. You can also view a hosted instance of these components here.

Storybook organizes and displays component stories based on the atomic design principles used in this library. You'll find atom component stories in the Atoms tab, molecule component stories in the Molecules tab, and so on.

Take your time and explore the possibilities of our Shipwright Component Library. Happy coding!

Using Components

Integrating our Shipwright Component Library into your application is a breeze. To get started, simply import the desired component and call it as needed. Here's an example of how to use the Button component:

import React from 'react';
import Button from 'pathToComponents/components/atoms/Button';

const MyComponent = () => {
  return (
    <Button variant="contained" size="md">
      Click me!
    </Button>
  );
};

export default MyComponent;

Contact Us

Our team at Headway is excited to support you with any questions or feedback regarding the Shipwright Component Library. Please do not hesitate to reach out to us using any of the methods listed below:

  • Visit our website: https://www.headway.io/
  • Connect with us on LinkedIn: https://www.linkedin.com/company/headwayio
  • Follow us on Twitter: https://twitter.com/headwayio
  • Subscribe to our YouTube channel: https://www.youtube.com/@headwayio

Thank you for choosing the Shipwright Component Library. We look forward to hearing from you soon!