1.20.5 • Published 4 years ago

react-saasify v1.20.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

react-saasify

React components for Saasify web clients.

NPM Build Status JavaScript Style Guide

Install

npm install --save react-saasify

Usage

react-saasify exposes lots of useful components that are used across Saasify web clients, but the most important one is the Section component.

Every web client is broken up into Sections that encapsulate a single message, action, or purpose. Example Sections include HeroSection, DocsSection, FeaturesSection, etc.

Here's an example implementation of the HeroSection on Saasify's homepage.

import { CTAButton, Section, theme } from 'react-saasify'

import styles from './styles.module.css'

export class HeroSection extends Component {
  render() {
    return (
      <Section
        id='hero'
        title='Monetize Your OSS Projects'
        subtitle='The platform for monetizable serverless functions that empower the open source authors you love.'
        className={theme(styles, 'hero')}
      >
        <CTAButton>Get started</CTAButton>
      </Section>
    )
  }
}

Components

import {
  AuthenticatedRoute,
  LoginForm,
  SignupForm,
  CheckoutForm,
  NavHeader,
  NavFooter,
  ProfileSection,
  DashboardSection,
  InvoicingSection,
  BillingSourcesSection,
  BillingUsageSection,
  NotFoundSection,
  BlankSection,
  Section,
  SectionDivider,
  CodeBlock,
  LiveServiceDemo,
  PricingPlan,
  CTAButton,
  Markdown,
  UndrawSVG,
  Logo,
  ScrollToTopOnMount,
  Paper,
  Loading
} from 'react-saasify'

Themes

react-saasify provides support for dynamically changing the theme. Note that themes can only apply custom styles They aren't currently capable of modifying content aside from loading additional fonts.

See the list of themes in src/themes/ for examples.

Related

  • saasify - Saasify is the easiest way to monetize your OSS projects!

License

MIT © Saasify

1.20.5

4 years ago

1.20.4

4 years ago

1.20.3

4 years ago

1.20.2

4 years ago

1.20.1

4 years ago

1.20.0

4 years ago

1.18.31

4 years ago

1.18.26

4 years ago

1.18.24

4 years ago

1.18.23

4 years ago

1.18.22

4 years ago

1.18.21

4 years ago

1.18.20

4 years ago

1.18.19

4 years ago

1.18.18

4 years ago

1.18.16

4 years ago

1.18.15

4 years ago

1.18.17

4 years ago

1.18.12

4 years ago

1.18.14

4 years ago

1.18.11

4 years ago

1.18.10

4 years ago

1.18.9

4 years ago

1.18.8

4 years ago

1.18.7

4 years ago

1.18.6

4 years ago

1.18.2

4 years ago

1.18.1

4 years ago

1.17.13

4 years ago

1.17.10

4 years ago

1.17.8

4 years ago

1.17.6

4 years ago

1.17.5

4 years ago

1.17.4

4 years ago

1.17.3

4 years ago

1.17.2

4 years ago

1.16.8

4 years ago

1.16.7

4 years ago

1.16.5

4 years ago

1.16.4

4 years ago

1.16.3

4 years ago

1.16.1

4 years ago

1.16.0

4 years ago

1.15.13

4 years ago

1.15.14

4 years ago

1.15.12

4 years ago

1.15.11

4 years ago

1.15.10

4 years ago

1.15.9

4 years ago

1.15.8

4 years ago

1.15.6

4 years ago

1.15.5

4 years ago

1.15.0

4 years ago

1.15.4

4 years ago

1.14.3

4 years ago

1.14.2

4 years ago

1.14.1

4 years ago

1.14.0

4 years ago

1.13.8

4 years ago

1.13.7

4 years ago

1.13.6

4 years ago

1.13.5

4 years ago

1.13.3

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.17

4 years ago

1.11.16

4 years ago

1.11.15

4 years ago

1.11.12

4 years ago

1.11.13

4 years ago

1.11.11

4 years ago

1.11.10

4 years ago

1.11.7

4 years ago

1.11.6

4 years ago

1.11.5

4 years ago

1.11.9

4 years ago

1.11.4

4 years ago

1.11.3

4 years ago

1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.3

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.8.6

4 years ago

1.8.5

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.18

4 years ago

1.7.16

4 years ago

1.7.15

4 years ago

1.7.13

5 years ago

1.7.12

5 years ago

1.7.11

5 years ago

1.7.10

5 years ago

1.7.9

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.1

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago