No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

sensenet

Introduction

This is the guide for using sensenet, a flexible open-source development platform to deliver web based business applications.

What is sensenet

sensenet is a central repository with an extendable API ready for integration. Enterprise grade security and permission system makes it a perfect core of any content management solution. The platform is highly modularized and ready to build your custom business solution and it also provides the possibility creating one page apps using your favourite JavaScript framework without a steep learning curve. You can find more about sensenet in general [here](/guide/introduction/what-is-sensenet).

How to use this docs

  • 1. Choose a component from the menu in the left column (they are grouped by type but you can also search for them with typing in the filter textbox)
  • 2. In the preview frame you can see how the control will actually be rendered (you can also try it).
  • 3. Check the notes tab for a quick overview of the chosen component.
  • 4. Try out how you can customize the component on the knobs tab and check the changes in the preview frame.
  • 5. If you want to use your customized control in your application, click on the show info button to see the info panel where you can copy and paste the source code of the modified control.
  • 6. If you need more information about the properties of the component there's a prop type table on the info panel where you can find the types, default values etc. This table is autogenerated from the code of the related component.