KevMo
KevMo

Reputation: 5610

Flex Component Libraries?

I've been asked by my boss to make a semi-functional mockup of a webapp using flex. He has requested that it looks as "WOW!" as possible. The built in flex components are pretty basic. Are there any libraries out there with nifty looking components? The only one I have found is flexlib, which is awesome, but I still need more components. I'd also like to find some nice looking charts as well.

p.s. My boss is one of those "OOH IT'S SHINY!" kind of guys, so the more unnecessary bells and whistles the better.

Upvotes: 1

Views: 275

Answers (5)

Florian F
Florian F

Reputation: 8875

You can have a look at http://lab.kapit.fr/

There are a lot of free chart components there that may impress your boss.

Upvotes: 1

Marc Hughes
Marc Hughes

Reputation: 5858

Do you need more components, or do you need a better look for the ones in there? Check out scalenine for a whole bunch of Flex based styles, some of which definately have an "oh wow" look.

http://scalenine.com/

Upvotes: 2

Brandon
Brandon

Reputation: 6872

Look at the Tour De Flex. It includes a section with 3rd party libraries with demos.

Here's a list of components, libraries, and APIs.

For styling an application, start off with the Flex Style Explorer.

Upvotes: 5

geowa4
geowa4

Reputation: 41823

There's ILOG Elixir, but it's not free. We used it at my last job; it's pretty nice.

Also, be careful, when your boss says to show him something shiny quickly. You may be asked to develop a system in less time than is physically possible.

Upvotes: 2

Related Questions