runway

Runway

WithWithout

A component to promote your product over competitors


Tired of spending hours configuring and maintaining?

Without Runway

Manually configure authentication

Spend hours creating components

Read through endless documentation

Setup payments and subscriptions

Manage your own database

Spend hours on SEO

Setup email sending

Spend hours creating landing pages

With Runway

Authentication already configured

Payments and subscriptions ready to go

50+ components ready to use

Database already setup

SEO optimized

Email setup

Landing page ready

Login and signup pages ready


The WithWithout component is a simple yet effective way to promote your product over competitors. It highlights the benefits of using your product while subtly pointing out the drawbacks of alternatives.




Usage

javascript

1import WithWithout from '@/components/WithWithout';
2
3<WithWithout />



Props

NameTypeDefaultDescription
titlestring"Tired of spending hours configuring and maintaining?"The title of the component.
withoutTitlestring"Without Runway"The title of the component when the without prop is true.
withTitlestring"With Runway"The title of the component when the without prop is false.
withoutsarray-The list of items to display when the without prop is true.
withsarray-The list of items to display when the without prop is false.
cardBorderRadiusstring"lg"The border radius of the card (using Tailwind border radius classes).
cardBorderbooleanfalseIf true, a border will be displayed on the card.
withoutbooleanfalseIf true, the component will display the without title and list.
withbooleanfalseIf true, the component will display the with title and list.
cardBorderRadiusstring"lg"The border radius of the card (using Tailwind border radius classes).
cardBorderbooleanfalseIf true, a border will be displayed on the cards.